.wraper {
  width: 100%;
}
.header-main {
  color: rgba(5, 5, 75, 0.493);
}

.padding {
  padding: 5px 5px 0 5px;
}

.nav-item:hover {
  color: blue;
}
.orange {
  background-color: rgb(2, 17, 59);
  color: white;
  font-size: 1.8rem;
}
.orange-text {
  color: rgba(5, 5, 75, 0.493);
}
/* .navbar.a {
  color: blue;
}

.dropdown-menu {
  text-decoration: none;
  background-color: rgb(2, 17, 59);
}
.dropdown-menu a:hover {
  text-decoration: none;
  color: white;
  background-color: rgb(3, 28, 99);
}
.nav-item:hover {
  color: white;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  border-top: 2px solid darkgray;
}
.dropdown {
  color: white;
}
.navbar-toggler:hover {
  text-decoration: none;
  background-color: rgb(3, 28, 99);
} */
/* ======================================= */
/* ============== header css end ============== */
/* ======================================= */

.about-heading {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  padding-bottom: 5px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  font-family: sans-serif;
  border-bottom-style: solid;
  border-bottom-color: rgb(2, 17, 59);
  border-width: thick;

  margin-top: 0;
}
/* ======================================= */
/* ============== Magazine end ============== */
/* ======================================= */

a.list {
  padding: 10px 20px;
  display: block;
  background-color: #f4f4f4;
  text-transform: uppercase;
  font-size: 14px;
  color: #858585;
  margin-bottom: 5px;
  border: 0;
}
.list-group a {
  text-decoration: none;
}
a.list:hover {
  text-decoration: none;
  background-color: rgb(2, 17, 59);
  color: white;
}
.msg button {
  background-color: rgb(2, 17, 59);
  border: none;
  color: white;
  float: right;
}
.msg button:hover {
  background-color: rgb(2, 17, 59);
}
.msg p {
  text-align: justify;
}
.msg img {
  margin: 0 10px;
  border: 2px solid none;
  border-radius: 60%;
  width: 160px;
  float: left;
  height: 150px;
}
.links {
  text-align: center;
  font-size: 18px;
}
.links img {
  height: 100px;
  width: 100%;
  border: 2px solid lavender;
  border-radius: 5%;
}
/* ====================== */
/* ======== body End=========== */
/* ====================== */

.message-hover:hover {
  color: rgba(5, 5, 75, 0.493);
  text-decoration: none;
  font-size: 18px;
}
.message {
  /* width: 350px; */
  padding: 15px;
  background-color: rgba(216, 216, 215, 0.397);
  box-shadow: 10px 10px 20px grey;
  text-align: justify;
}
.message.a {
  color: rgba(5, 5, 75, 0.493);
}

hr.bold {
  border: 0.5px solid rgb(173, 172, 172);
}
.button {
  margin-top: 10px;
  float: right;
  background-color: rgb(2, 17, 59);
}

ul#menu li {
  display: inline;
}
.dim-blue {
  color: white;
  padding: 10px 0;
  background-color: rgb(9, 9, 79);
  text-align: center;
}
.short-hr {
  width: 400px;
  text-align: center;
}
.course-body {
  padding: 10px 0px 10px 0px;
  /* width: 250px; */
  height: 350px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

.cource-text {
  position: relative;
  text-align: center;
  margin: 0 auto;
  height: auto;
  background-color: rgba(247, 247, 247, 0.877);
}

.zoom {
  padding: 50px;
  transition: transform 1s;
  height: 200px;
  width: 200px;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(-1.5); /* IE 9 */
  -webkit-transform: scale(-1.5); /* Safari 3-8 */
  transform: scale(1.3);
}
.left {
  text-align: left;
}

.opacity:hover {
  opacity: 0.5;
}
.example {
  cursor: pointer;
  /* opacity: 0.6; */
  width: 300px;
  height: 250px;
  /* position: relative; */
  /* overflow: hidden; */
  text-align: center;
}
.example .fadedbox {
  background-color: rgba(128, 128, 128, 0.637);
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  width: 300px;
  height: 100px;
  padding: 113px 20px;
}
.example:hover .fadedbox {
  opacity: 0.8;
}
.example .text {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
}
.example .title {
  /* font-size: 2.5em; */
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 0.3s;
}
.example:hover .title,
.example:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.absalute {
  position: absolute;
  margin-top: 30px;
  color: white;
  text-align: center;
}
.our-story {
  text-align: center;
}
.img1,
.img2 {
  /* width: 400px; */
  height: 400px;
}
.white-text {
  color: white;
}

.right {
  text-align: right;
}
.FixFooter {
  background-color: rgb(2, 17, 59);
  color: white;
  padding: 25px 0;
}
.a-white {
  color: white;
  text-decoration: none;
}
.a-white:hover {
  text-decoration: none;
}
.border-bottom {
  display: inline-block;
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
  border-bottom: 2px solid white;
}
.border-bottom-up {
  display: inline-block;
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
  border-bottom: 2px solid white;
}
/* .deep-purple {
  height: 1px;
  background-color: white;
} */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(2, 2, 29);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.Margin {
  margin-top: 50px;
}
.img-bio {
  width: 200px;
}
/* social icon */
.icon {
  background-color: none;
  padding: 15px 30px;
  text-align: right;
}
.icon .fa {
  color: white;
}
.fa:hover {
  opacity: 0.5;
  text-decoration: none;
}

/* ===========Magazine=========== */

.myaccordion {
  padding-top: 0px;
  max-width: 1000px;
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
  margin-bottom: 5px;
}

.myaccordion .card-header {
  border-bottom-color: rgb(238, 238, 238);
  background-color: #f4f4f4;
}

.myaccordion .fa-stack {
  font-size: 18px;
}
.myaccordion .fa-plus:hover {
  color: #858585;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: rgb(2, 17, 59);
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
  color: #858585;
}

.myaccordion li + li {
  margin-top: 10px;
}
/* ========================AMMARA STYLE============================ */
.list_margin {
  margin-left: 30px;
}

.section-heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 2;
  margin-top: 50px;
  margin-left: 120px;
  color: white;
  font-family: sans-serif;
}
/* @media (min-width: 992px) {
  .dropdown-menu .dropdown-toggle:after {
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  } */
/* .dropdown-menu li {
    position: relative;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0px;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}

@media (max-width: 992px) {
  .dropdown-menu .dropdown-toggle:after {
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu li {
    position: relative;
  }
  .nav-item .submenu {
    display: none;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
} */
